https://issues.dlang.org/show_bug.cgi?id=18942

          Issue ID: 18942
           Summary: core.internal.hash take advantage of alignment info on
                    non-x86
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: druntime
          Assignee: [email protected]
          Reporter: [email protected]

On machines that do not support unaligned memory access, core.internal.hash
should use statically available alignment information to determine when `uint`
reads can be used.

--

Reply via email to