Strip out old infrastructure for 64 bit constants.

Contributed by Peter Cawley.
This commit is contained in:
Mike Pall
2016-05-23 00:27:51 +02:00
parent 7fb75ccc4c
commit 9e99ccc360
4 changed files with 0 additions and 80 deletions

View File

@@ -392,7 +392,6 @@ typedef struct jit_State {
int32_t framedepth; /* Current frame depth. */
int32_t retdepth; /* Return frame depth (count of RETF). */
MRef k64p; /* Pointer to chained array of 64 bit constants. */
TValue ksimd[LJ_KSIMD__MAX*2+1]; /* 16 byte aligned SIMD constants. */
TValue k64[LJ_K64__MAX]; /* Common 8 byte constants used by backends. */
uint32_t k32[LJ_K32__MAX]; /* Ditto for 4 byte constants. */