ObjFW  Check-in [a1da5c7b2d]

Overview
Comment:Replace a few movdqa with movaps

movaps is smaller, and we don't know what kind of data is in there
anyway (and it's FP rather than integer in most cases anyway), so it
does not matter which move instruction we use.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: a1da5c7b2df876cede7c63b3821fea24c3861fc6f0116cdfd9e165263d898cad
User & Date: js on 2019-02-18 20:55:15
Other Links: manifest | tags
Context
2019-02-24
13:52
runtime/linklib: Add missing methods from arc.m check-in: ea17970d39 user: js tags: trunk
2019-02-18
20:55
Replace a few movdqa with movaps check-in: a1da5c7b2d user: js tags: trunk
01:37
invocation: Make all offsets constants check-in: 780d096371 user: js tags: trunk
Changes