aboutsummaryrefslogtreecommitdiffstats
path: root/README.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-12-25 17:51:20 +0100
committerLoïc Hoguin <[email protected]>2017-12-25 17:51:20 +0100
commit1284144bc49474dc2377047cdd99502247dbded2 (patch)
tree92fe89a878e9021464c64d0603e41ff1efa2fd66 /README.asciidoc
parent371bc5f677b3c763407fc79f01cb9d0c598199cc (diff)
downloadesdl2-1284144bc49474dc2377047cdd99502247dbded2.tar.gz
esdl2-1284144bc49474dc2377047cdd99502247dbded2.tar.bz2
esdl2-1284144bc49474dc2377047cdd99502247dbded2.zip
Add the new sdl_cpuinfo.h functions
Diffstat (limited to 'README.asciidoc')
-rw-r--r--README.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.asciidoc b/README.asciidoc
index e5e47bc..1835fa5 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -10,6 +10,7 @@ corresponding to the public headers.
* 'SDL.h'
* 'SDL_blendmode.h'
+* 'SDL_cpuinfo.h'
* 'SDL_mouse.h'
* 'SDL_filesystem.h'
* 'SDL_power.h'
@@ -17,7 +18,6 @@ corresponding to the public headers.
== Partially implemented
* 'SDL_clipboard.h': We currently do not support UTF-8. We should probably switch to binaries as input/output to support it.
-* 'SDL_cpuinfo.h': `SDL_HasAVX2` and `SDL_HasNEON` must be implemented.
* 'SDL_events.h': Most of it is missing.
* 'SDL_hints.h': We only have a proof of concept callback system.
* 'SDL_keyboard.h': Most of it is missing.