Get TEST_LIBC_CALLS passing on AARCH64

This commit is contained in:
Justine Tunney 2023-05-13 02:41:41 -07:00
parent 802e7eb4ef
commit ba49e86e20
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
22 changed files with 65 additions and 7 deletions

View file

@ -16,8 +16,8 @@
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
*/
#include "dsp/core/q.h"
#include "libc/intrin/pmulhrsw.h"
#include "dsp/core/q.h"
#include "libc/log/check.h"
#include "libc/macros.internal.h"
#include "libc/str/str.h"
@ -39,7 +39,9 @@
}
FIXTURE(pmulhrsw, disableHardwareExtensions) {
#ifdef __x86_64__
memset((/*unconst*/ void *)kCpuids, 0, sizeof(kCpuids));
#endif
}
TEST(pmulhrsw, testLimits) {