Skip to content

Commit

Permalink
Merge pull request #71 from howjmay/remove-get
Browse files Browse the repository at this point in the history
refactor: Remove GET macro
  • Loading branch information
howjmay authored Jan 27, 2024
2 parents 53f6600 + fd47395 commit 33badd5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sse2rvv.h
Original file line number Diff line number Diff line change
Expand Up @@ -1687,10 +1687,6 @@ FORCE_INLINE __m128 _mm_floor_ss(__m128 a, __m128 b) {

FORCE_INLINE void _mm_free(void *mem_addr) { free(mem_addr); }

// FORCE_INLINE unsigned int _MM_GET_EXCEPTION_MASK () {}

// FORCE_INLINE unsigned int _MM_GET_EXCEPTION_STATE () {}

// FORCE_INLINE unsigned int _MM_GET_FLUSH_ZERO_MODE () {}

// FORCE_INLINE unsigned int _MM_GET_ROUNDING_MODE () {}
Expand Down

0 comments on commit 33badd5

Please sign in to comment.