Skip to content

Commit

Permalink
Enable vectorcall for gcc/clang
Browse files Browse the repository at this point in the history
  • Loading branch information
Auburn committed Jul 20, 2023
1 parent 18e06c2 commit d950128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/FastSIMD/ToolSet/Generic/Register.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#else
#define FS_FORCEINLINE __attribute__( ( always_inline ) ) inline
#define FS_NEVERINLINE __attribute__( ( noinline ) )
#define FS_VECTORCALL
#define FS_VECTORCALL __regcall
#endif


Expand Down

0 comments on commit d950128

Please sign in to comment.