|
Message-ID: <20130511201156.RNELP.280201.imail@eastrmwml114> Date: Sat, 11 May 2013 20:11:56 -0400 From: <jfoug@....net> To: john-dev@...ts.openwall.com Subject: Re: Unused global symbols in jumbo Within sse-intrinsics-32.S there are problems: sse-intrinsics-32.S:8:19: warning: missing whitespace after the macro name sse-intrinsics-32.S:8:0: warning: "SSEmd5body" redefined sse-intrinsics-32.S:7:0: note: this is the location of the previous definition sse-intrinsics-32.S: Assembler messages: sse-intrinsics-32.S:22: Error: junk at end of line, first unrecognized character is `_' sse-intrinsics-32.S:23: Error: unknown pseudo-op: `..0' sse-intrinsics-32.S:3075: Error: unknown pseudo-op: `..0' sse-intrinsics-32.S:11818: Error: junk `_SSEmd5body..0 ..0' after expression Makefile:2295: recipe for target `sse-intrinsics-32.o' failed these all fail due to the external name: SSEmd5body..0 I have made hand edits, to change this to SSEmd5body_0, and things build just fine. Looks like the sse-win32.pl script will need to address this new 'external'. Jim. ---- magnum <john.magnum@...hmail.com> wrote: > On 11 May, 2013, at 19:24 , magnum <john.magnum@...hmail.com> wrote: > > I made the MD5crypt helper functions in sse-intrinsics.c static, which made no difference in itself. So I also added MAYBE_INLINE. There was a 1-2% boost from that here. > > New intrinsics .S files built and committed. Even better boost, 4-5%. > > magnum > > >
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.