Experimenting with inline-assembler-ish explicit builtins

Starting with explicit loads and stores as part of the respective type namespaces. Might become handy for use with portable code, because these can be polyfilled, while load<T> and store<T> can't.
This commit is contained in:
dcodeIO
2018-04-27 00:08:41 +02:00
parent d445608467
commit 06f99406be
18 changed files with 2234 additions and 1143 deletions

View File

@ -79,7 +79,6 @@
"no-require-imports": {
"severity": "error"
},
"no-shadowed-variable": {},
"no-sparse-arrays": {},
"no-string-literal": {
"severity": "error"