JishinMaster / simd_utils

A header only library implementing common mathematical functions using SIMD intrinsics
BSD 2-Clause "Simplified" License
93 stars 21 forks source link

removing duplicate functions with newer sse2neon.h #5

Closed JoachimSchurig closed 1 year ago

JoachimSchurig commented 1 year ago

Thanks for merging my previous PR! Here's another one: The functions _mm_aesdec_si128, _mm_aesdeclast_si128 and _mm_aesimc_si128 are actually now defined in sse2neon.h. Removing them from the wrapper to avoid duplicates.