I found that x86 assembler includes ymm registers, which are 256-bits in length. I am wondering what this will be used in V8. V8 does not have auto-vectorization, and the simd instructions in V8 all come from webassembly, which only has a `v128` data type. So, how will ymm registers be used in V8?
-- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to v8-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-users/839529aa-bf33-4a83-b212-4f289df0a415n%40googlegroups.com.