├── .gitignore ├── Makefile ├── README.md └── test.c /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jzawodn/arm-neon-vfp-test/HEAD/.gitignore -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jzawodn/arm-neon-vfp-test/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jzawodn/arm-neon-vfp-test/HEAD/README.md -------------------------------------------------------------------------------- /test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jzawodn/arm-neon-vfp-test/HEAD/test.c --------------------------------------------------------------------------------