Skip to content

Commit 7b9dc47

Browse files
authored
Update README.md
1 parent 52f1838 commit 7b9dc47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ This is a *pure Julia* implementation of FFTs, with the goal that this could sup
55

66
Path Forward:
77
- Make the code more readable.
8-
- `@inbounds` use
8+
- Use `@inbounds`
9+
- Use `AbstractFFTs` interface
910
- Instead of `@view`, just `vec` and `ArrayInterfaces.restructure` and then use `CPtr` instead.
1011
- Use `StaticArrays` for the workspace in small cases
1112
- Strictly generate code for certain cases

0 commit comments

Comments
 (0)