Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
howjmay committed Mar 4, 2024
1 parent 5bdace0 commit ab0e408
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .ci/cross-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ make clean
export PATH=gcc-arm-8.3-2019.03-x86_64-aarch64-linux-gnu/bin:$PATH
# make CROSS_COMPILE=aarch64-linux-gnu- check || exit 1 # ARMv8-A
aarch64-linux-gnu-g++ -o test test.c -march=armv8-a+fp+simd
qemu-aarch64 test
echo "=================hihihihihi=============="
qemu-aarch64 -L gcc-arm-8.3-2019.03-x86_64-aarch64-linux-gnu/lib test

# aarch64-linux-gnu-g++ -Wall -Wcast-qual -I. -march=armv8-a+fp+simd test.c -o test

Expand Down
2 changes: 1 addition & 1 deletion test.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "./sse2neon.h"
#include "sse2neon.h"
#include <stdint.h>

int main() {
Expand Down

0 comments on commit ab0e408

Please sign in to comment.