mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-28 12:34:26 +01:00
baremetal: all examples working, all failures accounted for!
SIMD&FP is now enabled in arm from bootloader.
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#define ELEM_SIZE 4
|
||||
|
||||
.data;
|
||||
.align 4
|
||||
my_array_0:
|
||||
.word 0x11111111, 0x22222222, 0x33333333, 0x44444444
|
||||
my_array_1:
|
||||
|
||||
@@ -22,6 +22,7 @@ LKMC_PROLOGUE
|
||||
|
||||
/* Now the same from memory with vldr and vstr. */
|
||||
.data
|
||||
.align 4
|
||||
my_float_0:
|
||||
.float 1.5
|
||||
my_float_1:
|
||||
|
||||
Reference in New Issue
Block a user